home *** CD-ROM | disk | FTP | other *** search
/ Adelphia Powerlink / adelphia-powerlink.iso / drivers / RCA dcm305 / netrcacm.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2002-01-08  |  5.0 KB  |  168 lines

  1. ; /****************************************************************************
  2. ; ** COPYRIGHT (C) 1994-1999 INTEL CORPORATION                               **
  3. ; ** HTTP://WWW.INTEL.COM/                                                   **
  4. ; ** THIS FILE IS PART OF THE INTEL USB CABLE MODEM REFERENCE DESIGN         **
  5. ; ****************************************************************************/
  6.  
  7. [version]
  8. Signature   = "$Chicago$"
  9. Class       = Net
  10. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  11. Provider    = %OEM%
  12. ;LayoutFile  = layout.inf          ; Only for drivers distributed with windows
  13. CatalogFile = netrcacm.cat         ; File holds digital signature.
  14. DriverVer=11/26/2001,30.2.19.0
  15. Compatible  = 1                    ; works with Win2K and Win9x
  16.  
  17. [Manufacturer]
  18. %V_MANUFACTURER% = Rca
  19.  
  20. [Rca]
  21. ;
  22. ; Display Name          Section           DeviceID
  23. ;_________________________________________________________________ 
  24. %netrcacm.DeviceDesc% =   netrcacm.ndi,       USB\VID_069B&PID_0704
  25.  
  26. [SourceDisksNames]
  27. 1=%INSTALLDISK%,,
  28. ;1=%INSTALLDISK%,"2_17_0",0
  29.  
  30. [SourceDisksFiles]
  31. netrcacm.sys=1
  32.  
  33. [ControlFlags]
  34. ;
  35. ; Provides limited control on UI displays and events during installation.
  36. ; Must for any device on an enumerable BUS like USB
  37. ;
  38. ExcludeFromSelect = USB\VID_069B&PID_0704
  39.  
  40.  
  41. ;
  42. ; Windows 98 specific entry
  43. ;
  44. [netrcacm.ndi]
  45. CopyFiles = netrcacm.9x.CopyFiles
  46. AddReg = netrcacm.id.reg, netrcacm.9x.reg, common.reg 
  47. DeviceID = "USB\VID_069B&PID_0704"
  48. DriverVer=11/26/2001,30.2.19.0
  49.  
  50. ;
  51. ; Windows 2000  specific entry
  52. ;
  53. [netrcacm.ndi.NT]
  54. Characteristics = 0x84                       ; NCF_PHYSICAL | NCF_HAS_UI ??
  55. BusType         = 15                         ; (was PCI == 5), PnpBus == 15
  56. AddReg          = common.reg, netrcacm.nt.reg  ;
  57. CopyFiles       = netrcacm.nt.CopyFiles        ;
  58. DriverVer=11/26/2001,30.2.19.0
  59.  
  60.  
  61. [netrcacm.ndi.nt.Services]
  62. AddService = netrcacm, 2, netrcacm.Service, common.EventLog
  63.  
  64. ;----------------------------------------------------------------------------
  65. ; Win9x id registry sections
  66. ; These are not needed by NT
  67. ;
  68. [netrcacm.id.reg]
  69. HKR, Ndi, DeviceID, 0, "USB\VID_069B&PID_0704"
  70.  
  71.  
  72. ;-----------------------------------------------------------------------------
  73. ; common registry entries
  74. ;
  75. [common.reg]
  76. HKR,  NDI\params\ByteSwapFlag,      ParamDesc, 0,  "Byte Swap Flag"
  77. HKR,  NDI\params\ByteSwapFlag,      default,   0,  "ByteSwapFlag=0"
  78. HKR,  NDI\params\ByteSwapFlag,      type,      0,  "edit"
  79. HKR,  NDI\params\ByteSwapFlag,      LimitText, 0,  "128"
  80. HKR,  NDI\params\ByteSwapFlag,      UpperCase, 0,  "0"
  81. HKR,  NDI\params\ByteSwapFlag,      flag,      1,  "20","00","00","00"
  82.  
  83.  
  84.  
  85. ;-----------------------------------------------------------------------------
  86. ; WIN2K (NT) specific
  87. ;
  88. [netrcacm.nt.reg]
  89. HKR, Ndi,                       Service,    0, "netrcacm"
  90. ; use ndis5 as the upper bound because NT supports it
  91. HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
  92. HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
  93.  
  94.  
  95. [netrcacm.Service]
  96. DisplayName     = %netrcacm.Service.DispName%
  97. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  98. StartType       = 3 ;%SERVICE_DEMAND_START%
  99. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  100. ServiceBinary   = %12%\netrcacm.sys
  101. LoadOrderGroup  = NDIS
  102. AddReg          = TextModeFlags.reg
  103.  
  104.  
  105. [common.EventLog]
  106. AddReg = common.AddEventLog.reg
  107.  
  108. [common.AddEventLog.reg]
  109. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  110. HKR, , TypesSupported,   0x00010001, "7"
  111.  
  112. [TextModeFlags.reg]
  113. HKR, , TextModeFlags, 0x00010001, "0x0001"
  114.  
  115.  
  116. ;----------------------------------------------------------------------------
  117. ; Win9x specific
  118. ;
  119. [netrcacm.9x.reg]
  120. HKR, ,              DevLoader,          0, "*ndis"
  121. HKR, ,              DeviceVxDs,         0, "netrcacm.sys"
  122. HKR, ,              EnumPropPages,      0, "netdi.dll,EnumPropPages"
  123. ; memphis appears to not support the ndis5 upper range, so use ndis3
  124. HKR, Ndi\Interfaces,DefUpper,       0, "ndis3"
  125. HKR, Ndi\Interfaces,DefLower,       0, "ethernet"
  126. HKR, Ndi\Interfaces,UpperRange,     0, "ndis3"
  127. HKR, Ndi\Interfaces,LowerRange,     0, "ethernet"
  128.  
  129.  
  130. HKR, NDIS,          LogDriverName,      0, "netrcacm"
  131. HKR, NDIS,          MajorNdisVersion,   1, "03"
  132. HKR, NDIS,          MinorNdisVersion,   1, "0A"
  133.  
  134. HKR, Ndi\Install,   ndis3,              0, "netrcacm.install"
  135.  
  136. [netrcacm.install]
  137. ;CopyFiles = netrcacm.9x.CopyFiles
  138.  
  139.  
  140. ;-----------------------------------------------------------------------------
  141. ; DestinationDirs
  142. ;
  143. [netrcacm.nt.CopyFiles]
  144. netrcacm.sys,,,2
  145.  
  146. [netrcacm.9x.CopyFiles]
  147. netrcacm.sys,,,2
  148.  
  149. [DestinationDirs]
  150. DefaultDestDir = 10,system32\drivers     ; manditory dest for all wdm drivers?
  151. netrcacm.nt.CopyFiles = 12
  152. netrcacm.9x.CopyFiles = 11
  153.  
  154. [Strings]
  155. OEM     = "RCA"
  156. V_MANUFACTURER = "Thomson Consumer Electronics"
  157.  
  158. ;
  159. ; String that gets displayed while installing the device
  160. ;
  161. netrcacm.DeviceDesc = "RCA USB Cable Modem"
  162. INSTALLDISK = "Install Disk"
  163.  
  164. ;
  165. ; NT Service name
  166. ;
  167. netrcacm.Service.DispName = "RCA USB based Digital Cable Modem Win2000 Driver"
  168.